func runtime.bucketEvacuated

2 uses

	runtime (current package)
		map.go#L1156: func bucketEvacuated(t *maptype, h *hmap, bucket uintptr) bool {
		map.go#L1291: 	for h.nevacuate != stop && bucketEvacuated(t, h, h.nevacuate) {